home *** CD-ROM | disk | FTP | other *** search
/ Glamour Girls 1 / Glamour Girls I.iso / mac / Glamour Girls I RGB / 00472_Script_472 < prev    next >
Text File  |  1994-07-13  |  560b  |  24 lines

  1. global soundVolume
  2.     set soundVolume = 0
  3.     set the volume of sound 1 =soundVolume
  4.     
  5.     if rollOver (4) then
  6.         go to "1B"
  7.     else if rollOver (5) then
  8.         go to "2B" 
  9.     else if rollOver (6) then
  10.         go to "3B"
  11.     else if rollOver (7) then
  12.         go to "4B"
  13.     else if rollOver (8) then
  14.         go to "5B"
  15.     else if rollOver (9) then
  16.         go to "6B"
  17.     else if rollOver (10) then
  18.         go to "7B"
  19.     else if rollOver (11) then
  20.         go to "8B" 
  21.     else 
  22.         go to "Main off"
  23.     end if         
  24.